(facep): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 Dec 2007 19:10:26 +0000 (19:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 Dec 2007 19:10:26 +0000 (19:10 +0000)
lisp/faces.el

index a1b069e9ba6f30501f95a6692868c178a1f5d28c..ed319b77b0881522ddfb162cf26608b41ac88fae 100644 (file)
@@ -206,10 +206,8 @@ The optional argument FRAME is ignored."
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 (defun facep (face)
-  "Return non-nil if FACE is a face name or internal face object.
-Return nil otherwise.  A face name can be a string or a symbol.
-An internal face object is a vector of the kind used internally
-to record face data."
+  "Return non-nil if FACE is a face name; nil otherwise.
+A face name can be a string or a symbol."
   (internal-lisp-face-p face))